home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI320.ASC < prev    next >
Text File  |  1992-08-12  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 320
  10.   VERSION : 3.01A
  11.        OS : PC-DOS
  12.      DATE : July 11, 1986                                PAGE : 1/1
  13.     TITLE : LCD DISPLAY BLOCK HIGHLIGHT PATCH
  14.  
  15.  
  16.  
  17.  
  18.   The IBM Convertible, as well as many other portable LCD displays
  19.   do not respond well to the video attributes that Turbo Pascal
  20.   uses to emphasize menu items, error messages, and marked blocks
  21.   of text. The following patch to the attribute table of Turbo P
  22.  
  23.   Your Turbo Pascal program file should be installed using TINST.
  24.   Select S for screen installation, then 4 for "b/w display mode -
  25.   80x25". Answer "N" to the question about screen blink.
  26.  
  27.   In application programs compiled by the patched TURBO.COM file,
  28.   in Black and White mode, the procedures NormVideo and LowVideo
  29.   will produce normal intensity and reverse video, respectively. On
  30.   color systems, these procedures will give Yellow and Grey. On
  31.  
  32.   Use the DOS utility, DEBUG, to apply the following patch to a
  33.   COPY of your .COM file. Copy DEBUG.COM into the directory (or
  34.   onto the diskette) where your working copy of .COM is located. At
  35.   the DOS prompt, type the following information exactly as it ap
  36.  
  37.   Note:
  38.   1.   DEBUG is not sensitive to upper and lower case. All
  39.        addresses are listed in upper case for ease of readability.
  40.  
  41.   2.   While in DEBUG, the prompt appears as a dash (-).
  42.  
  43.   3.   If you do not receive the appropriate response, press "q",
  44.        then <Enter>, to quit. Check your version numbers and, if
  45.        correct, try again.
  46.  
  47.      YOU TYPE                      THIS APPEARS
  48.  
  49.   debug TURBO.COM <ENTER>          -
  50.   e0173  07 70 70 70 <Enter>       -
  51.   w<Enter>                         writing XXXX bytes
  52.   q<Enter>                         DOS Prompt
  53.  
  54.   DISCLAIMER: You have the right to use this technical information
  55.   subject to the terms of the No-Nonsense License Statement that
  56.   you received with the Borland product to which this information
  57.   pertains.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.